home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-09-29 | 353 b | 19 lines | [TEXT/MPS ] |
- ;
- ; File: ChooserPACK.a
- ; Contains: Creates initial jump point in pack code
- ;
- ;
- BLANKS ON
- STRING ASIS
-
- main PROC EXPORT
-
- ;-------------------------------------------------------------------------------
- IMPORT Chooser
- JMP Chooser
-
- ;-------------------------------------------------------------------------------
-
- END
-
-